home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Security
/
McAfee SiteAdvisor 26.6
/
safe.xpi
/
chrome
/
safe.jar
/
content
/
ppnotification.xul
< prev
next >
Wrap
Extensible Markup Language
|
2007-05-31
|
768b
|
16 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://safe/locale/safe.dtd">
<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml" align="center" buttons="extra1" buttonlabelextra1="OK" buttonorient="horizontal" buttonalign="center" ondialogextra1="window.close();" id="safe-ppnotification" screenX="150" screenY="150" persist="screenX,screenY" windowtype="safe:ppnotification" width="500" height="325" title="&safe.ppnotification.dlg.title;">
<hbox align="center">
<html:iframe width="450" height="240" id="aboutiframe" src="chrome://safe/content/ppnotification.xhtml" flex="1"/>
</hbox>
</dialog>